-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hoth: Add recipe for libhoth #692
Conversation
libhoth is the google specific usb protocol implementation which is required by hothd.
Not sure if we should even have this in meta-oe, but opening this to remove it from openbmc. https://gerrit.openbmc.org/c/openbmc/openbmc/+/63424 |
this seems a simple recipe, however, are there wider userbase you are expecting for this library than openBMC ? |
@cjevans-google, any thoughts on this? If this will only be in gBMC then we should move it to https://gbmc.googlesource.com/meta-gbmc-staging/ instead |
This recipe is in meta-security. |
Google submitted the recipe: |
oh thanks. I wasn't aware of that. (and that person is on my team. oops. I will close this and bump that source rev instead. :) |
Added: ======= -add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (openembedded#659) -add --line-reference-format to switch file/line references in stack traces (openembedded#665) comma_line (default): file.bats, line 1 colon: file.bats:1 uri: file:///path/to/file.bats:1 custom: define your own formatter in bats_format_file_line_reference_custom -add bats:focus tag to run only focused tests (openembedded#679) -add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (openembedded#674) Documentation: ============== -add --help text and man page content for --filter-tags (openembedded#679) -improved clarity of section about output in free code (openembedded#671) -fixed typos (openembedded#673) -clarify use cases of run (openembedded#366) Fixed: ======= -explicitly check for GNU parallel (openembedded#691) -wait for report-formatter to finish before ending bats' execution, to fix empty files with --report-fomatter junit under Docker (openembedded#692) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Update xfce4-panel from 4.18.0 to 4.18.3 * rebase 2 patches Release notes for 4.18.3 ======================== - launcher: Show action menu also when there are several items - Fix memory management of vala generated plugins - panel: Rephrase "Don't reserve space on borders" (V2) - panel: Make property migration generic - launcher: Avoid "no trigger event" warning when showing the menu - launcher: Guard access to the plugin menu GdkWindow - libxfce4panel: Unregister menu also on GtkWidget::hide - panel: Do not reset output name if a monitor does not have a model name - libxfce4panel: Fix memory management of source for menu positioning - panel: Delay removal of ExternalPlugin to prevent use-after-free - systray: Cancel any async D-Bus operation in finalize() - tasklist: Do not try to resolve /proc/pid/exe to launch new instance - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.18.2 ======================== - directorymenu: Add missing sanity check - panel: Properly handle null string as property default value - Revert "Use RGBA visual only if compositing is enabled (Fixes openembedded#251)" (openembedded#672) - Revert "systray: Do not require compositing to be enabled to use RGBA visual" - systray: Fix blurry icons in prefs dialog when UI scale > 1 - launcher: Fix blurry icons in prefs and add dialogs when UI scale > 1 - launcher: Use GIcon for the tooltip icon (openembedded#674) - pager: Use WnckHandle if available (openembedded#695) - Translation Updates: Albanian, Finnish, Greek, Italian, Portuguese, Slovenian Release notes for 4.18.1 ======================== - Update copyright year - tasklist: Fix scrolling through window buttons (Fixes openembedded#692) - tasklist: Fix group button visibility - libxfce4panel: Deprecate XfcePanelImage - tasklist: Do not duplicate menu item activation - clock: Fix sync timeout - docs: Fix version for xfce_panel_set_image_from_source() - clock: Add missing sanity check - windowmenu: Adapt wnck default icon size when UI scale > 1 (Fixes openembedded#682) - tasklist: Adapt wnck default icon size when UI scale > 1 (Fixes openembedded#681) - tasklist: Fix window count positioning when UI scale > 1 - tasklist: Keep icon pixbuf around and use surface also for menu items - clock: Do not override custom font formats - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Khem Raj <[email protected]>
libhoth is the google specific usb protocol implementation which is required by hothd.